projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fcbc5b
)
widget: Remove get_preferred_width/height mention in warning
author
Timm Bäder
<mail@baedert.org>
Mon, 13 Feb 2017 20:31:24 +0000
(21:31 +0100)
committer
Timm Bäder
<mail@baedert.org>
Tue, 14 Feb 2017 15:56:55 +0000
(16:56 +0100)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index fcfcdc330083f2121af4a08d0aaaf6caa5189789..85215f8c9f890182728db9724e26511806edd0aa 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-5346,7
+5346,7
@@
gtk_widget_size_allocate_with_baseline (GtkWidget *widget,
if (gtk_widget_get_resize_needed (widget))
{
- g_warning ("Allocating size to %s %p without calling gtk_widget_
get_preferred_width/height
(). "
+ g_warning ("Allocating size to %s %p without calling gtk_widget_
measure
(). "
"How does the code know the size to allocate?",
gtk_widget_get_name (widget), widget);
}